-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(Dashboard): Copy dashboard with duplicating charts 500 error #17707
Conversation
Kicking myself now... I looked at that line, and wondered about it, but I was trying not to rock the boat. |
Thanks for the quick turnaround fix. |
Codecov Report
@@ Coverage Diff @@
## master #17707 +/- ##
==========================================
- Coverage 67.98% 67.94% -0.04%
==========================================
Files 1653 1653
Lines 66294 66375 +81
Branches 7107 7120 +13
==========================================
+ Hits 45067 45097 +30
- Misses 19338 19381 +43
- Partials 1889 1897 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
SUMMARY
Fixes an issue introduced by PR #17570 that was causing a 500 error in the backend when copying a dashboard with the "also copy (duplicate) charts" option.
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION